home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
dmz-cursor-theme.prerm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-06-01
|
277 b
|
14 lines
#! /bin/sh
set -e
case "$1" in
remove|deconfigure|failed-upgrade)
update-alternatives --remove x-cursor-theme \
/usr/share/icons/DMZ-White/cursor.theme
update-alternatives --remove x-cursor-theme \
/usr/share/icons/DMZ-Black/cursor.theme
;;
esac